home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / MacUtilities / 00092_Install2.ls < prev    next >
Encoding:
Text File  |  2000-10-18  |  328 b   |  16 lines

  1. on mouseWithin
  2.   cursor(280)
  3.   member("Install").foreColor = 70
  4.   put "Click to install this software title to your hard drive" into member "InfoField"
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(0)
  9.   member("Install").foreColor = 255
  10.   put EMPTY into member "InfoField"
  11. end
  12.  
  13. on mouseUp
  14.   open(the moviePath & "MacSoftware:ChatNet2.3.sea")
  15. end
  16.